'Declaration Public Overloads Function AddDelimiter( _ ByVal itemsText() As System.String, _ Optional ByVal beginCharacter As System.String, _ Optional ByVal endCharacter As System.String, _ Optional ByVal separatorCharacter As System.String _ ) As OMathDelimiter
public OMathDelimiter AddDelimiter( System.string[] itemsText, System.string beginCharacter, System.string endCharacter, System.string separatorCharacter )
Parameters
- itemsText
- The array of item texts.
- beginCharacter
- The beginning (opening) character.
- endCharacter
- The ending (closing) character.
- separatorCharacter
- The item separator character.
Return Value
The added OMathDelimiter instance.